github.com/klauspost/compress/zstd.fseDecoder.symbolLen (field)

13 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L614: 					println("Read table ok", "symbolLen:", seq.fse.symbolLen)
		dict.go#L114: 			println("Read table ok", "symbolLen:", dec.symbolLen)
		fse_decoder.go#L36: 	symbolLen      uint16                  // Length of active part of the symbol table.
		fse_decoder.go#L166: 	s.symbolLen = charnum
		fse_decoder.go#L167: 	if s.symbolLen <= 1 {
		fse_decoder.go#L168: 		return fmt.Errorf("symbolLen (%d) too small", s.symbolLen)
		fse_decoder.go#L170: 	if s.symbolLen > maxSymbolValue+1 {
		fse_decoder.go#L171: 		return fmt.Errorf("symbolLen (%d) too big", s.symbolLen)
		fse_decoder.go#L201: 	fatalErr(binary.Read(r, binary.LittleEndian, &s.symbolLen))
		fse_predefined.go#L120: 				f.symbolLen = 36
		fse_predefined.go#L127: 				f.symbolLen = 29
		fse_predefined.go#L136: 				f.symbolLen = 53
		fse_predefined.go#L149: 			enc.symbolLen = f.symbolLen